Welcome![Sign In][Sign Up]
Location:
Search - PHP XML

Search list

[WEB Codephp+xml+ajax

Description: php+xml+ajax 无刷新分页
Platform: | Size: 5883 | Author: licqi | Hits:

[xml-soap-webservicexml

Description: XML参考\\PHP XML 开发 15 分钟快速入
Platform: | Size: 35292 | Author: wkm | Hits:

[PHPphp敏捷开发框架CodeIgniter

Description: 译序 前言 第一章 对 CodeIgniter 的介绍 1.1 CodeIgniter 能为你做什么? 1.1.1 节省时间 1.1.2 使你的网站更健壮 1.1.2.1 确保你的链接自动更新 1.1.2.2 防止对数据库的攻击:对表单输入的数据进行校验和处理 1.1.3 增强你的代码 1.1.3.1 发送 Email 和附件很简单 1.1.3.2 压缩用户要下载的文件以加快下载速度 1.2 CodeIgniter 是什么?框架又是什么? 1.3 关于开发者 1.4 “开源”商业模式 1.5 CI 不能做什么 1.6 许可协议 1.7 总结 第二章 2 分钟:建立一个 CodeIgniter 网站 2.1 准备知识 2.2 安装 CodeIgniter 2.3 分析文件结构 2.4 配置文件 2.5 它能工作吗? 2.6 总结 第三章 分析网站结构 3.1 MVC—到底有什么用? 3.2 CI 的网站结构:控制器和视图 3.2.1 Welcome 控制器 3.2.2 让视图开始工作 3.2.3 默认控制器 3.3 CodeIgniter 语法规则 3.3.1 控制器 3.3.2 视图 3.4 CI 网站上的文件或类的类型 3.5 这些文件夹的含义? 3.6 设计一个较好的视图 3.7 设计一个较好的控制器 3.7.1 把参数传给一个函数 3.7.2 传递数据到视图 3.8 CI 中的类彼此之间如何操控 3.8.1 调用视图 3.8.2 直接地调用函数 3.8.3 与控制器互动 3.8.4 这就像一个鸡蛋杯 3.8.5 一个 CI 辅助函数的例子:URL 辅助函数 3.8.6 一个简单的类库例子:创建一个菜单 3.9 总结 第四章 使用 CI 简化数据库开发 4.1 配置设置 4.2 为我们的网站设计数据库 4.3 Active Record 4.3.1 使用 Active Record 类的优点 4.3.1.1 节省时间 4.3.1.2 自动机制 4.3.2 “读取”查询 4.3.3 显示查询结果 4.3.4 “创建”和“更新”查询 4.3.5 “删除”查询 4.3.6 Active Record 和传统 SQL 编程的结合 4.4 总结 4.5 附录:使用 MYSQL 查询语句创建“websites”数据库 第五章 简化 HTML 页面和表单的设计 5.1 编写视图 5.2 PHP 语法的长格式和短格式 5.3 嵌套视图 5.4 网站架构的现实问题 5.5 CI 的表单辅助函数:输入数据 5.5.1 使用表单辅助函数的好处之一:清楚 5.5.2 使用表单辅助函数的好处之二:自动化 5.6 我的“Display”模型 5.7 CI 的验证类:方便地检验数据 5.7.1 设置验证规则 5.7.2 设置控制器 5.7.3 设置表单 5.8 总结 第六章 简化使用 Session 和安全 6.1 开始用 CI 设计一个实际的网站 6.2 关于网站 6.3 安全/Session:使用另一个 CI 类库 6.3.1 使 Session 更安全 6.4 安全 6.5 总结 第七章 CodeIgniter 和对象 7.1 面向对象编程 7.1.1 CI“超级对象”的工作原理 7.1.2 引用复制 7.2 在 CI“超级对象”中加入你自己的代码 7.3 CI“超级对象”的问题 7.4 总结 第八章 用 CI 测试你的代码 8.1 为什么测试,为谁测试? 8.2 CI 的错误处理类 8.3 CI 的单元测试类 8.3.1 什么时候使用单元测试 8.3.2 单元测试的示例 8.4 CI 的基准测试类 8.5 CI 的评测器类 8.6 用“模拟”数据库来做测试 8.7 控制和时间安排 8.8 总结 第九章 用 CI 通信 9.1 使用 FTP 类测试远程文件 9.2 机器之间的对话—XML-RPC 9.2.1 使 XML-RPC 的服务器与客户端交互 9.2.2 格式化 XML-RPC 数据交换 9.2.3 调试 9.2.4 XML-RPC 带来的问题? 9.3 与人交流的工具:Email 类 9.4 总结 第十章 CI 如何帮助提供动态的数据 10.1 日期辅助函数:转换和本地化日期 10.2 使用文本和 Inflector 辅助函数 10.3 国际化:语言类 10.4 编写 HTML 表格的好方法:表格类 10.5 缓存网页 10.6 总结 第十一章 使用 CI 处理文件和图片 11.1 文件辅助函数 11.2 下载辅助函数 11.3 文件上传类 11.4 CI 的图像类 11.5 用 CI Zip 类压缩文件很容易 11.6 总结 第十二章 产品版本、升级和重大决定 12.1 连接:检查 Config 文件 12.1.1 URL 12.1.2 数据库 12.1.3 其它 config 文件 12.2 找出 PHP 4/5 和操作系统间的差异 12.2.1 诊断工具 12.3 应对 CI 新版本带来的变化 12.3.1 如何装载模型,以及如何调用它们 12.3.2 如何初始化你自己的类库 12.4 如果有了新版 CI,我需要更新吗? 12.5 如何修改 CI 的基础类 12.6 总结 第十三章 快捷的 CRUD 及其配合使用 13.1 CRUD 模型:设计原理 13.2 标准的控制器格式 13.3 数据库表 13.4 模型的心脏:数组 13.5 CRUD 模型 13.5.1 Showall 函数 13.5.1.1 读取数据 13.5.1.2 Delete 和 Trydelete 函数 13.5.2 Insert 函数 13.5.3 Insert2 函数 13.5.4 测试套件 13.6 总结 第十四章 审视 CI 14.1 一些代码:“do_test”模型 14.2 一个平衡表 14.2.1 CI 能提供帮助的地方:结构 14.2.2 CI 能提供帮助的地方:简化 14.2.3 CI 能提供帮助的地方:额外功能 14.3 CI 的问题 14.3.1 完整性 14.3.2 易用性 14.4 总结 第十五章 资源和扩展 15.1 CI 的用户论坛 15.2 视频教程 15.2.1 可用的插件和类库 15.2.2 AJAX/Javascript 15.2.3 身份验证 15.2.4 外部网站 15.2.5 比较:使用哪个图表类库? 15.2.6 CRUD:新领域 15.2.7 其它编程资源,例如 Xampplite、MySQL 和 PHP 15.3 总结
Platform: | Size: 1176859 | Author: 280453778@qq.com | Hits:

[WEB CodeFLASH+php

Description: FLASH+php 聊天室完美中文版-FLASH php chat room perfect Chinese version
Platform: | Size: 25600 | Author: | Hits:

[BooksABOUT PHP AND XML

Description: 一本关于XML和PHP的很详细的书-an XML and PHP on the very detailed book
Platform: | Size: 484352 | Author: 游戏人间 | Hits:

[OtherPHP的十个高级技巧(TXT)

Description: 球超过300万个互联网网站的管理员都在使用PHP,使得它成为最为普及的服务器端脚本语言之一。其特点是运行速度快、稳定可靠、跨平台,而且是开放源代码软件。随你使用的水平不同,PHP可以很简单,也可以很复杂,可以只使用它发送HTML表格元素,还可以在PHP应用程序中集成Java和XML。-ball over three million Internet site manager in the use of PHP, making it the most popular server-side scripting language. Its characteristics are fast and reliable, cross-platform, but is open-source software. As you use different levels, PHP can be very simple and very complex, can only use it to send HTML form elements, but also in PHP applications integrate Java and XML.
Platform: | Size: 13312 | Author: 冷风 | Hits:

[GUI DevelopBo-Blog2.tar

Description: 一款基于PHP的、以MySQL为数据库支持的单用户blog(网络日志)程序 特色有: 丰富实用的功能与简单的使用; 基于XHTML+CSS+div 布局的模板结构; 可自由定制的页面模块; 部分基于Ajax的新体验; 多语言包化与UTF-8国际编码; 强大的spam信息防御机制; RSS、XML-RPC、Tags支持; 内置留言本、天气、表情、置顶、验证码、头像等; 可通过插件与模板增强您的个性功能 更新内容: 修复一些BUG,改进一些细节; RSS中使用img贴图时对本地图片输出为绝对路径; RSS模板与系统模板分开; img标签宽度和高度的更自由定义; 可在后台重建整个日历; UBB编辑器多语言化。 -A Based on PHP, to MySQL database support for the single-user blog (Web log) program features are: a rich and practical features and simple to use based on XHTML CSS div layout template structure free customized page module Ajax based in part on a new experience multi-language packages and UTF-8 international coding powerful spam defense mechanism of information RSS, XML-RPC, Tags support built Guestbook, weather, facial expressions, set-top, validation code, Head, etc. available through plug-ins and templates to enhance your personalized features
Platform: | Size: 420864 | Author: hui | Hits:

[Internet-NetworkPHPxml

Description: PHP 实 现 XML 备 份 Mysql 数 据 库.-PHP XML Mysql database backup.
Platform: | Size: 5120 | Author: 钟维英 | Hits:

[Otherstudy_xml_chinese_edition

Description: 这是学习XML的文档,对学习XML的人有很大的帮助,XML学习指南中文版.pdf-This is the study of XML documents, to learn XML has helped enormously, XML Learning Guide to the Chinese version. pdf
Platform: | Size: 1390592 | Author: guohong | Hits:

[Otherphp+ajax+xml

Description: 用PHP+AJAXT和XML做的一个小例子-AJAXT with PHP and XML to do a small example of
Platform: | Size: 2048 | Author: kenvin | Hits:

[WEB Codemybic_1_0_0

Description: My-BIC是一个易于使用,强大的Ajax/PHP框架。 支持XML,JSON和TEXT的格式Ajax数据传输。 支持EasyForms:调用一个函数就能取得Form中的所有值,并为你创建一个少许美化的查询串。ajaxObj.getForm( formid )。 JSON客户端Encoding支持:利用该功能你就能够在客户端或服务器之间发送和接收经过JSON Encoding的数据。 网络断线保护:当服务器Down掉时My-BIC将帮助你删除请求并阻止产生更多的调用。 内置Submission队列:所有的AJAX请求将会发送到正确的顺序中,所有请求都会被存储在队列中防止被覆盖。提供一个帮助你在运行期进行调试的可视化操作界面。-My-BIC is an easy-to-use, powerful Ajax/PHP framework. Support for XML, JSON and TEXT format for Ajax data transfer. Support EasyForms: calling a function will be able to obtain all of the value of Form, and for you a little landscaping to create a query string. ajaxObj.getForm (formid). JSON client Encoding support: the use of this feature you can on the client or server to send and receive data through JSON Encoding. Network disconnection protection: When the server Down out when My-BIC will help you delete the request and generate more calls to stop. Built-Submission Queue: All the AJAX request will be sent to the correct order, all requests will be stored in the queue to prevent be overwritten. Provide a help you in the run-time debugging visualization interface.
Platform: | Size: 93184 | Author: joseph | Hits:

[WEB Codephp+xml+ajax

Description: php+xml+ajax 无刷新分页-php+ xml+ ajax without page refresh
Platform: | Size: 5120 | Author: | Hits:

[OtherOReilly.PHP.Cookbook.2nd.Edition.Aug.2006

Description: PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.-PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples-- or "recipes"-- for anyone who uses this scripting language to generate dynamic web content. Updated for PHP 5, this book provides solutions that explain how to use the new language features in detail, including the vastly improved object-oriented capabilities and the new PDO data access extension. New sections on classes and objects are included, along with new material on processing XML, building web services with PHP, and working with SOAP/REST architectures. With each recipe, the authors include a discussion that explains the logic and concepts underlying the solution.
Platform: | Size: 1437696 | Author: awake | Hits:

[xml-soap-webservicexml

Description: XML参考\PHP XML 开发 15 分钟快速入-PHP XML Reference XML development quickly into 15 minutes
Platform: | Size: 34816 | Author: wkm | Hits:

[WEB Codeapi_pr

Description: php+xml 域名PR查询接口。输入域名可以得到查询地址。作为xml引用.-php+ xml query interfaces PR domain.
Platform: | Size: 1024 | Author: yujianyue | Hits:

[WEB Codeapi_ip

Description: php+xml,域名PR值查询接口程序。输入域名可以得到xml格式的代码,供调用 -php+ xml, domain query interface program PR value. Enter the domain name can be xml format code for the call
Platform: | Size: 1024 | Author: yujianyue | Hits:

[WEB Codexml

Description: php 为XML文件自动添加,并读取其内容,的相关函数.-php for the XML file is automatically added, and read its contents, the correlation function.
Platform: | Size: 2048 | Author: 朱亚斌 | Hits:

[WEB Codexml_poll

Description: 这个投票程序不需要mysql支持,使用flash+xml投票程序 flash+php+xml,英文版本。不过稍加修改就可以支持中文 包内已经有个cnxmlpoll.fla,可支持中文-Mysql does not need the support of the voting procedure, the use of flash+ xml voting procedures flash+ php+ xml, the English version. But little can be modified to support the Chinese already have a package cnxmlpoll.fla, to support the Chinese
Platform: | Size: 21504 | Author: Eason | Hits:

[WEB Codeclass.xml.php

Description: XML解析类,使用PHP自带的xml_parser类函数进行封装,功能强大,灵活方便-class used for xml parser
Platform: | Size: 2048 | Author: 章宏 | Hits:

[WEB CodePro-PHP-XML-And-Web-Services-(2006)---allbooksfre

Description: Pro PHP XML And Web Services (2006) - allbooksfree.tk
Platform: | Size: 3446784 | Author: tiwcpe8 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net